Counts the number of letters in the string.
Syntax
number = String Length (string)
Description
This command counts the number of characters in the string. int number=String Length("Hello Bob") The value of number would be 9 because there are nine characters in the string "Hello Bob".
This command counts the number of characters in the string.
int number=String Length("Hello Bob")
The value of number would be 9 because there are nine characters in the string "Hello Bob".